-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return Types on Create and Insert Table #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests that are failing are likely unrelated to the changes introduced here; instead they are small changes we made to the backend to restore the date format to what it was before we made some other changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thank you!
But just shared thoughts on consistency of data class name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!
Following up on a comment in #114. This PR introduces a cool new dataclass from dict/json parsing tool.
Note that we could also replace all the manually implemented "from_dict" methods throughout this project.
The expected way to use this dataclass_json library is as a decorator, but it fails the linter. There is an open issue in their repo related to this: lidatong/dataclasses-json#198 (comment)